home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / Start.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  215 b   |  12 lines

  1. on exitFrame
  2.   global gMainPath
  3.   pause()
  4.   cursor(4)
  5.   if the machineType = 256 then
  6.     set cdDrive to CheckDrive("Hrwsim.id")
  7.     go(1, cdDrive & "\" & "Main")
  8.   else
  9.     go(1, "HRW Sims:" & "Main")
  10.   end if
  11. end
  12.